/* CSS Document */


body {background-color: #008148;}

h1 {color: #FCD116;
    text-align: center;
	font-size:40px;
	font:verdana;
	line-height:100%;	
	}
	
h2 {color: #FCD116;
	text-align: center;
	font-size: 18px;
	font-family:Verdana;}
	
h3	{color: #FCD116;
	text-align:center;
	font-size: 24px;
	font-family:verdana;}	
	
h4	{color: #00FF3C;
	text-align:center;
	font-size: 30px;
	font-family:verdana;}

h5 {color: #FCD116;
	text-align: left;
	font-size: 18px;
	font-family:Verdana;}

p  {color: #FCD116;
	font-family: Verdana;
	font-size: 20px;
	text-align: center;}

div {align-content:center}

td {color: #FCD116;
	text-align: left;
	font-size: 20px;
	font-family:Verdana;} 	

img {
	padding:0px;
	}


iframe { 
border: 5px solid #008148;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.myButton {
	margin:5px;
	-moz-box-shadow: 2px 2px 0px 1px #fcd600;
	-webkit-box-shadow: 2px 2px 0px 1px #fcd600;
	box-shadow: 2px 2px 0px 1px #fcd600;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcd216), color-stop(1, #fcd180));
	background:-moz-linear-gradient(top, #fcd216 5%, #fcd180 100%);
	background:-webkit-linear-gradient(top, #fcd216 5%, #fcd180 100%);
	background:-o-linear-gradient(top, #fcd216 5%, #fcd180 100%);
	background:-ms-linear-gradient(top, #fcd216 5%, #fcd180 100%);
	background:linear-gradient(to bottom, #fcd216 5%, #fcd180 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd216', endColorstr='#fcd180',GradientType=0);
	background-color:#fcd216;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #fcd216;
	display:inline-block;
	cursor:pointer;
	color:#008751;
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
	padding:3px 2px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcd180), color-stop(1, #fcd216));
	background:-moz-linear-gradient(top, #fcd180 5%, #fcd216 100%);
	background:-webkit-linear-gradient(top, #fcd180 5%, #fcd216 100%);
	background:-o-linear-gradient(top, #fcd180 5%, #fcd216 100%);
	background:-ms-linear-gradient(top, #fcd180 5%, #fcd216 100%);
	background:linear-gradient(to bottom, #fcd180 5%, #fcd216 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd180', endColorstr='#fcd216',GradientType=0);
	background-color:#fcd180;
}
.myButton:active {
	position:relative;
	top:10px;}

a.hyper:link {color:#FCD116;}
a.hyper:visited {color:#FCD116;}
a.hyper:hover {background:#000000;}

#mf_placeholder{
    width: 300px;
}